Cucumber

Result for @regression in build: 1

Scenarios Steps
Feature Total Passed Failed Total Passed Failed Skipped Pending Undefined Missing Duration Status
@regression 3 2 1 10 9 1 0 0 0 0 1m 09s 016ms failed
View Feature File
Scenario: Place multiple bets
Given I have arrived on the website09s 683ms
When I place "4" bets02s 793ms
Then the betslip should appear428ms
View Feature File
Scenario: User browses through available sports
Given I have arrived on the website11s 398ms
When I select a sport314ms
Then the sport should be displayed05s 851ms
Then the sport odds should be displayed on the screen30s 034ms
java.lang.AssertionError: No sporting odds were found
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at sky.cucumber.stepDefinitions.HomePageStepDefinitions.the_sport_odds_should_be_displayed_on_the_screen(HomePageStepDefinitions.java:60)
	at ✽.Then the sport odds should be displayed on the screen(SkySportNavigation.feature:11)
Screenshot 1
Screenshot 2
View Feature File
Scenario: Display login options
Given I have arrived on the website06s 180ms
When I select to login230ms
Then I should see the login options02s 101ms